summaryrefslogtreecommitdiffstats
path: root/arch/ppc
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-10-04 12:33:03 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2007-10-04 12:33:03 +0200
commitae53e9ef1dda5e8ee7dfe3a7fc0b17ccb7c81910 (patch)
tree1eddfc66660591e312815241b9966268a4a9cf4e /arch/ppc
parent0b19fcf4919a7c89876403cdc3f10811f8d50480 (diff)
downloadbarebox-ae53e9ef1dda5e8ee7dfe3a7fc0b17ccb7c81910.tar.gz
barebox-ae53e9ef1dda5e8ee7dfe3a7fc0b17ccb7c81910.tar.xz
CONFIG_MODULE -> CONFIG_MODULES
Diffstat (limited to 'arch/ppc')
-rw-r--r--arch/ppc/Kconfig2
-rw-r--r--arch/ppc/lib/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/ppc/Kconfig b/arch/ppc/Kconfig
index 6efc59f41c..8ce9dba900 100644
--- a/arch/ppc/Kconfig
+++ b/arch/ppc/Kconfig
@@ -18,7 +18,7 @@ config HAS_EARLY_INIT
config PPC
bool
select HAS_KALLSYMS
- select HAS_MODULE
+ select HAS_MODULES
default y
# Uh, we should decide which one we want to use
diff --git a/arch/ppc/lib/Makefile b/arch/ppc/lib/Makefile
index 1cb545b05a..f893464d76 100644
--- a/arch/ppc/lib/Makefile
+++ b/arch/ppc/lib/Makefile
@@ -10,5 +10,5 @@ obj-y += time.o
obj-y += misc.o
obj-$(CONFIG_CMD_BOOTM) += ppclinux.o
obj-y += board_data.o
-obj-$(CONFIG_MODULE) += module.o
+obj-$(CONFIG_MODULES) += module.o