Kconfig (b05005772f34497eb2b7415a651fe785cbe70e16) | Kconfig (ba1a5b32ba5e2fcb53b6943b8c9c33694ac68ce5) |
---|---|
1# 2# For a description of the syntax of this configuration file, 3# see Documentation/kbuild/kconfig-language.txt. 4# 5config M68K 6 bool 7 default y 8 9config MMU 10 bool 11 default y 12 13config RWSEM_GENERIC_SPINLOCK 14 bool 15 default y 16 17config RWSEM_XCHGADD_ALGORITHM 18 bool 19 | 1# 2# For a description of the syntax of this configuration file, 3# see Documentation/kbuild/kconfig-language.txt. 4# 5config M68K 6 bool 7 default y 8 9config MMU 10 bool 11 default y 12 13config RWSEM_GENERIC_SPINLOCK 14 bool 15 default y 16 17config RWSEM_XCHGADD_ALGORITHM 18 bool 19 |
20config GENERIC_HWEIGHT 21 bool 22 default y 23 |
|
20config GENERIC_CALIBRATE_DELAY 21 bool 22 default y 23 24config TIME_LOW_RES 25 bool 26 default y 27 --- 630 unchanged lines hidden --- | 24config GENERIC_CALIBRATE_DELAY 25 bool 26 default y 27 28config TIME_LOW_RES 29 bool 30 default y 31 --- 630 unchanged lines hidden --- |