aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/microblaze/Kconfig')
-rw-r--r--arch/microblaze/Kconfig7
1 files changed, 1 insertions, 6 deletions
diff --git a/arch/microblaze/Kconfig b/arch/microblaze/Kconfig
index ac22dc7f4ca..3e786ac9a65 100644
--- a/arch/microblaze/Kconfig
+++ b/arch/microblaze/Kconfig
@@ -22,6 +22,7 @@ config MICROBLAZE
22 select GENERIC_PCI_IOMAP 22 select GENERIC_PCI_IOMAP
23 select GENERIC_CPU_DEVICES 23 select GENERIC_CPU_DEVICES
24 select GENERIC_ATOMIC64 24 select GENERIC_ATOMIC64
25 select GENERIC_CLOCKEVENTS
25 26
26config SWAP 27config SWAP
27 def_bool n 28 def_bool n
@@ -50,12 +51,6 @@ config GENERIC_HWEIGHT
50config GENERIC_CALIBRATE_DELAY 51config GENERIC_CALIBRATE_DELAY
51 def_bool y 52 def_bool y
52 53
53config GENERIC_TIME_VSYSCALL
54 def_bool n
55
56config GENERIC_CLOCKEVENTS
57 def_bool y
58
59config GENERIC_GPIO 54config GENERIC_GPIO
60 def_bool y 55 def_bool y
61 56