Kconfig (f9cd49033b349b8be3bb1f01b39eed837853d880) Kconfig (786d35d45cc40b2a51a18f73e14e135d47fdced7)
1#
2# For a description of the syntax of this configuration file,
3# see Documentation/kbuild/kconfig-language.txt.
4#
5
6config OPENRISC
7 def_bool y
8 select OF

--- 7 unchanged lines hidden (view full) ---

16 select GENERIC_IRQ_PROBE
17 select GENERIC_IRQ_SHOW
18 select GENERIC_IOMAP
19 select GENERIC_CPU_DEVICES
20 select GENERIC_ATOMIC64
21 select GENERIC_CLOCKEVENTS
22 select GENERIC_STRNCPY_FROM_USER
23 select GENERIC_STRNLEN_USER
1#
2# For a description of the syntax of this configuration file,
3# see Documentation/kbuild/kconfig-language.txt.
4#
5
6config OPENRISC
7 def_bool y
8 select OF

--- 7 unchanged lines hidden (view full) ---

16 select GENERIC_IRQ_PROBE
17 select GENERIC_IRQ_SHOW
18 select GENERIC_IOMAP
19 select GENERIC_CPU_DEVICES
20 select GENERIC_ATOMIC64
21 select GENERIC_CLOCKEVENTS
22 select GENERIC_STRNCPY_FROM_USER
23 select GENERIC_STRNLEN_USER
24 select MODULES_USE_ELF_RELA
24
25config MMU
26 def_bool y
27
28config SYMBOL_PREFIX
29 string
30 default ""
31

--- 163 unchanged lines hidden ---
25
26config MMU
27 def_bool y
28
29config SYMBOL_PREFIX
30 string
31 default ""
32

--- 163 unchanged lines hidden ---