aboutsummaryrefslogtreecommitdiff
path: root/src/superio/Kconfig
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-01-17 13:51:48 +0000
committerStefan Reinauer <stepan@openbios.org>2010-01-17 13:51:48 +0000
commitf00052afbfffe87a3f0e07bbb5b8453f48ad19f5 (patch)
tree8aa1bbfe5e1e29f23746e3469ae3ec049d9d4c9b /src/superio/Kconfig
parent55426dfd577a6f7eddb5e4918ad0401537807ae9 (diff)
Add support for Renesas M3885x Embedded Controller
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Ronald G. Minnich <rminnich@gmail.com> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5028 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/superio/Kconfig')
-rw-r--r--src/superio/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/superio/Kconfig b/src/superio/Kconfig
index 65ebf4a53e..7526428343 100644
--- a/src/superio/Kconfig
+++ b/src/superio/Kconfig
@@ -2,6 +2,7 @@ source src/superio/fintek/Kconfig
source src/superio/intel/Kconfig
source src/superio/ite/Kconfig
source src/superio/nsc/Kconfig
+source src/superio/renesas/Kconfig
source src/superio/serverengines/Kconfig
source src/superio/smsc/Kconfig
source src/superio/via/Kconfig