aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/Kconfig
diff options
context:
space:
mode:
authorMichal Simek <monstr@monstr.eu>2009-05-11 09:49:12 -0400
committerMichal Simek <monstr@monstr.eu>2009-05-21 09:56:04 -0400
commit6fa612b56c575a5235568593eab4240c90608630 (patch)
tree288ff82b2dd6a6c278785ff34e52bc7bf348d284 /arch/microblaze/Kconfig
parent873a2e89c5e32a5c72a9ece76fcb871358ae22d2 (diff)
microblaze: Kconfig: Enable drivers for Microblaze
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze/Kconfig')
-rw-r--r--arch/microblaze/Kconfig7
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/microblaze/Kconfig b/arch/microblaze/Kconfig
index 8cc312b5d4dc..e6af7dd01fe6 100644
--- a/arch/microblaze/Kconfig
+++ b/arch/microblaze/Kconfig
@@ -6,6 +6,7 @@ mainmenu "Linux/Microblaze Kernel Configuration"
6config MICROBLAZE 6config MICROBLAZE
7 def_bool y 7 def_bool y
8 select HAVE_LMB 8 select HAVE_LMB
9 select ARCH_WANT_OPTIONAL_GPIOLIB
9 10
10config SWAP 11config SWAP
11 def_bool n 12 def_bool n
@@ -49,6 +50,9 @@ config GENERIC_CLOCKEVENTS
49config GENERIC_HARDIRQS_NO__DO_IRQ 50config GENERIC_HARDIRQS_NO__DO_IRQ
50 def_bool y 51 def_bool y
51 52
53config GENERIC_GPIO
54 def_bool y
55
52config PCI 56config PCI
53 depends on !MMU 57 depends on !MMU
54 def_bool n 58 def_bool n
@@ -105,9 +109,6 @@ config CMDLINE_FORCE
105config OF 109config OF
106 def_bool y 110 def_bool y
107 111
108config OF_DEVICE
109 def_bool y
110
111config PROC_DEVICETREE 112config PROC_DEVICETREE
112 bool "Support for device tree in /proc" 113 bool "Support for device tree in /proc"
113 depends on PROC_FS 114 depends on PROC_FS