Kconfig (597473720f4dc69749542bfcfed4a927a43d935e) | Kconfig (6dd85ff178cd76851e2184b13e545f5a88d1be30) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2 3config MODULES 4 bool "Enable loadable module support" | 1# SPDX-License-Identifier: GPL-2.0 2 3config MODULES 4 bool "Enable loadable module support" |
5 option modules | 5 modules |
6 default y 7 8choice 9 prompt "boolean choice" 10 default BOOL_CHOICE1 11 12config BOOL_CHOICE0 13 bool "choice 0" --- 43 unchanged lines hidden --- | 6 default y 7 8choice 9 prompt "boolean choice" 10 default BOOL_CHOICE1 11 12config BOOL_CHOICE0 13 bool "choice 0" --- 43 unchanged lines hidden --- |