summaryrefslogtreecommitdiffstats
path: root/arch/parisc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/parisc/Kconfig')
-rw-r--r--arch/parisc/Kconfig12
1 files changed, 9 insertions, 3 deletions
diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig
index 0f9ff61..3d73545 100644
--- a/arch/parisc/Kconfig
+++ b/arch/parisc/Kconfig
@@ -37,6 +37,11 @@ config GENERIC_FIND_NEXT_BIT
bool
default y
+config GENERIC_BUG
+ bool
+ default y
+ depends on BUG
+
config GENERIC_HWEIGHT
bool
default y
@@ -45,13 +50,14 @@ config GENERIC_CALIBRATE_DELAY
bool
default y
-config TIME_LOW_RES
+config GENERIC_TIME
bool
- depends on SMP
default y
-config GENERIC_ISA_DMA
+config TIME_LOW_RES
bool
+ depends on SMP
+ default y
config GENERIC_HARDIRQS
def_bool y
OpenPOWER on IntegriCloud