Kconfig (e23c34bb41da65f354fb7eee04300c56ee48f60c) | Kconfig (ce816fa88cca083c47ab9000b2138a83043a78be) |
---|---|
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 --- 27 unchanged lines hidden (view full) --- 36 def_bool y 37 38config RWSEM_XCHGADD_ALGORITHM 39 def_bool n 40 41config GENERIC_HWEIGHT 42 def_bool y 43 | 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 --- 27 unchanged lines hidden (view full) --- 36 def_bool y 37 38config RWSEM_XCHGADD_ALGORITHM 39 def_bool n 40 41config GENERIC_HWEIGHT 42 def_bool y 43 |
44config NO_IOPORT | 44config NO_IOPORT_MAP |
45 def_bool y 46 47config TRACE_IRQFLAGS_SUPPORT 48 def_bool y 49 50# For now, use generic checksum functions 51#These can be reimplemented in assembly later if so inclined 52config GENERIC_CSUM --- 124 unchanged lines hidden --- | 45 def_bool y 46 47config TRACE_IRQFLAGS_SUPPORT 48 def_bool y 49 50# For now, use generic checksum functions 51#These can be reimplemented in assembly later if so inclined 52config GENERIC_CSUM --- 124 unchanged lines hidden --- |