diff options
author | Michal Simek <monstr@monstr.eu> | 2009-05-11 09:49:12 -0400 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2009-05-21 09:56:04 -0400 |
commit | 6fa612b56c575a5235568593eab4240c90608630 (patch) | |
tree | 288ff82b2dd6a6c278785ff34e52bc7bf348d284 /arch | |
parent | 873a2e89c5e32a5c72a9ece76fcb871358ae22d2 (diff) |
microblaze: Kconfig: Enable drivers for Microblaze
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/microblaze/Kconfig | 7 |
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" | |||
6 | config MICROBLAZE | 6 | config 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 | ||
10 | config SWAP | 11 | config SWAP |
11 | def_bool n | 12 | def_bool n |
@@ -49,6 +50,9 @@ config GENERIC_CLOCKEVENTS | |||
49 | config GENERIC_HARDIRQS_NO__DO_IRQ | 50 | config GENERIC_HARDIRQS_NO__DO_IRQ |
50 | def_bool y | 51 | def_bool y |
51 | 52 | ||
53 | config GENERIC_GPIO | ||
54 | def_bool y | ||
55 | |||
52 | config PCI | 56 | config PCI |
53 | depends on !MMU | 57 | depends on !MMU |
54 | def_bool n | 58 | def_bool n |
@@ -105,9 +109,6 @@ config CMDLINE_FORCE | |||
105 | config OF | 109 | config OF |
106 | def_bool y | 110 | def_bool y |
107 | 111 | ||
108 | config OF_DEVICE | ||
109 | def_bool y | ||
110 | |||
111 | config PROC_DEVICETREE | 112 | config 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 |