Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

kconfig: use bool instead of boolean for type definition attributes

Support for keyword 'boolean' will be dropped later on.

No functional change.

Reference: http://lkml.kernel.org/r/cover.1418003065.git.cj@linux.com
Signed-off-by: Christoph Jaeger <cj@linux.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>

authored by

Christoph Jaeger and committed by
Michal Marek
6341e62b 97bf6af1

+99 -99
+3 -3
arch/mips/pmcs-msp71xx/Kconfig
··· 36 36 endchoice 37 37 38 38 config MSP_HAS_USB 39 - boolean 39 + bool 40 40 depends on PMC_MSP 41 41 42 42 config MSP_ETH 43 - boolean 43 + bool 44 44 select MSP_HAS_MAC 45 45 depends on PMC_MSP 46 46 47 47 config MSP_HAS_MAC 48 - boolean 48 + bool 49 49 depends on PMC_MSP
+1 -1
drivers/connector/Kconfig
··· 12 12 if CONNECTOR 13 13 14 14 config PROC_EVENTS 15 - boolean "Report process events to userspace" 15 + bool "Report process events to userspace" 16 16 depends on CONNECTOR=y 17 17 default y 18 18 ---help---
+1 -1
drivers/hwmon/Kconfig
··· 1595 1595 will be called w83795. 1596 1596 1597 1597 config SENSORS_W83795_FANCTRL 1598 - boolean "Include automatic fan control support (DANGEROUS)" 1598 + bool "Include automatic fan control support (DANGEROUS)" 1599 1599 depends on SENSORS_W83795 1600 1600 default n 1601 1601 help
+1 -1
drivers/hwmon/pmbus/Kconfig
··· 57 57 be called ltc2978. 58 58 59 59 config SENSORS_LTC2978_REGULATOR 60 - boolean "Regulator support for LTC2978 and compatibles" 60 + bool "Regulator support for LTC2978 and compatibles" 61 61 depends on SENSORS_LTC2978 && REGULATOR 62 62 help 63 63 If you say yes here you get regulator support for Linear
+2 -2
drivers/i2c/Kconfig
··· 35 35 if I2C 36 36 37 37 config I2C_BOARDINFO 38 - boolean 38 + bool 39 39 default y 40 40 41 41 config I2C_COMPAT 42 - boolean "Enable compatibility bits for old user-space" 42 + bool "Enable compatibility bits for old user-space" 43 43 default y 44 44 help 45 45 Say Y here if you intend to run lm-sensors 3.1.1 or older, or any
+2 -2
drivers/iio/Kconfig
··· 21 21 if IIO_BUFFER 22 22 23 23 config IIO_BUFFER_CB 24 - boolean "IIO callback buffer used for push in-kernel interfaces" 24 + bool "IIO callback buffer used for push in-kernel interfaces" 25 25 help 26 26 Should be selected by any drivers that do in-kernel push 27 27 usage. That is, those where the data is pushed to the consumer. ··· 44 44 endif # IIO_BUFFER 45 45 46 46 config IIO_TRIGGER 47 - boolean "Enable triggered sampling support" 47 + bool "Enable triggered sampling support" 48 48 help 49 49 Provides IIO core support for triggers. Currently these 50 50 are used to initialize capture of samples to push into
+1 -1
drivers/isdn/hardware/mISDN/Kconfig
··· 24 24 * HFC-E1 (E1 interface for 2Mbit ISDN) 25 25 26 26 config MISDN_HFCMULTI_8xx 27 - boolean "Support for XHFC embedded board in HFC multiport driver" 27 + bool "Support for XHFC embedded board in HFC multiport driver" 28 28 depends on MISDN 29 29 depends on MISDN_HFCMULTI 30 30 depends on 8xx
+2 -2
drivers/md/Kconfig
··· 177 177 source "drivers/md/bcache/Kconfig" 178 178 179 179 config BLK_DEV_DM_BUILTIN 180 - boolean 180 + bool 181 181 182 182 config BLK_DEV_DM 183 183 tristate "Device mapper support" ··· 196 196 If unsure, say N. 197 197 198 198 config DM_DEBUG 199 - boolean "Device mapper debugging support" 199 + bool "Device mapper debugging support" 200 200 depends on BLK_DEV_DM 201 201 ---help--- 202 202 Enable this for messages that may help debug device-mapper problems.
+1 -1
drivers/md/persistent-data/Kconfig
··· 8 8 device-mapper targets such as the thin provisioning target. 9 9 10 10 config DM_DEBUG_BLOCK_STACK_TRACING 11 - boolean "Keep stack trace of persistent data block lock holders" 11 + bool "Keep stack trace of persistent data block lock holders" 12 12 depends on STACKTRACE_SUPPORT && DM_PERSISTENT_DATA 13 13 select STACKTRACE 14 14 ---help---
+2 -2
drivers/net/ethernet/ti/Kconfig
··· 50 50 will be called davinci_cpdma. This is recommended. 51 51 52 52 config TI_CPSW_PHY_SEL 53 - boolean "TI CPSW Switch Phy sel Support" 53 + bool "TI CPSW Switch Phy sel Support" 54 54 depends on TI_CPSW 55 55 ---help--- 56 56 This driver supports configuring of the phy mode connected to ··· 71 71 will be called cpsw. 72 72 73 73 config TI_CPTS 74 - boolean "TI Common Platform Time Sync (CPTS) Support" 74 + bool "TI Common Platform Time Sync (CPTS) Support" 75 75 depends on TI_CPSW 76 76 select PTP_1588_CLOCK 77 77 ---help---
+6 -6
drivers/net/usb/Kconfig
··· 397 397 not generally have permanently assigned Ethernet addresses. 398 398 399 399 config USB_ALI_M5632 400 - boolean "ALi M5632 based 'USB 2.0 Data Link' cables" 400 + bool "ALi M5632 based 'USB 2.0 Data Link' cables" 401 401 depends on USB_NET_CDC_SUBSET 402 402 help 403 403 Choose this option if you're using a host-to-host cable 404 404 based on this design, which supports USB 2.0 high speed. 405 405 406 406 config USB_AN2720 407 - boolean "AnchorChips 2720 based cables (Xircom PGUNET, ...)" 407 + bool "AnchorChips 2720 based cables (Xircom PGUNET, ...)" 408 408 depends on USB_NET_CDC_SUBSET 409 409 help 410 410 Choose this option if you're using a host-to-host cable ··· 412 412 Cypress brand. 413 413 414 414 config USB_BELKIN 415 - boolean "eTEK based host-to-host cables (Advance, Belkin, ...)" 415 + bool "eTEK based host-to-host cables (Advance, Belkin, ...)" 416 416 depends on USB_NET_CDC_SUBSET 417 417 default y 418 418 help ··· 421 421 microcontroller, with LEDs that indicate traffic. 422 422 423 423 config USB_ARMLINUX 424 - boolean "Embedded ARM Linux links (iPaq, ...)" 424 + bool "Embedded ARM Linux links (iPaq, ...)" 425 425 depends on USB_NET_CDC_SUBSET 426 426 default y 427 427 help ··· 438 438 this simpler protocol by installing a different kernel. 439 439 440 440 config USB_EPSON2888 441 - boolean "Epson 2888 based firmware (DEVELOPMENT)" 441 + bool "Epson 2888 based firmware (DEVELOPMENT)" 442 442 depends on USB_NET_CDC_SUBSET 443 443 help 444 444 Choose this option to support the usb networking links used 445 445 by some sample firmware from Epson. 446 446 447 447 config USB_KC2190 448 - boolean "KT Technology KC2190 based cables (InstaNet)" 448 + bool "KT Technology KC2190 based cables (InstaNet)" 449 449 depends on USB_NET_CDC_SUBSET 450 450 help 451 451 Choose this option if you're using a host-to-host cable
+3 -3
drivers/net/wireless/rt2x00/Kconfig
··· 243 243 select AVERAGE 244 244 245 245 config RT2X00_LIB_FIRMWARE 246 - boolean 246 + bool 247 247 select FW_LOADER 248 248 249 249 config RT2X00_LIB_CRYPTO 250 - boolean 250 + bool 251 251 252 252 config RT2X00_LIB_LEDS 253 - boolean 253 + bool 254 254 default y if (RT2X00_LIB=y && LEDS_CLASS=y) || (RT2X00_LIB=m && LEDS_CLASS!=n) 255 255 256 256 config RT2X00_LIB_DEBUGFS
+1 -1
drivers/pci/pcie/aer/Kconfig
··· 3 3 # 4 4 5 5 config PCIEAER 6 - boolean "Root Port Advanced Error Reporting support" 6 + bool "Root Port Advanced Error Reporting support" 7 7 depends on PCIEPORTBUS 8 8 select RAS 9 9 default y
+4 -4
drivers/rtc/Kconfig
··· 65 65 comment "RTC interfaces" 66 66 67 67 config RTC_INTF_SYSFS 68 - boolean "/sys/class/rtc/rtcN (sysfs)" 68 + bool "/sys/class/rtc/rtcN (sysfs)" 69 69 depends on SYSFS 70 70 default RTC_CLASS 71 71 help ··· 75 75 If unsure, say Y. 76 76 77 77 config RTC_INTF_PROC 78 - boolean "/proc/driver/rtc (procfs for rtcN)" 78 + bool "/proc/driver/rtc (procfs for rtcN)" 79 79 depends on PROC_FS 80 80 default RTC_CLASS 81 81 help ··· 88 88 If unsure, say Y. 89 89 90 90 config RTC_INTF_DEV 91 - boolean "/dev/rtcN (character devices)" 91 + bool "/dev/rtcN (character devices)" 92 92 default RTC_CLASS 93 93 help 94 94 Say yes here if you want to use your RTCs using the /dev ··· 455 455 Supports the RTC firmware in the MSP430 on the DM355 EVM. 456 456 457 457 config RTC_DRV_TWL92330 458 - boolean "TI TWL92330/Menelaus" 458 + bool "TI TWL92330/Menelaus" 459 459 depends on MENELAUS 460 460 help 461 461 If you say yes here you get support for the RTC on the
+3 -3
drivers/spi/Kconfig
··· 29 29 if SPI 30 30 31 31 config SPI_DEBUG 32 - boolean "Debug support for SPI drivers" 32 + bool "Debug support for SPI drivers" 33 33 depends on DEBUG_KERNEL 34 34 help 35 35 Say "yes" to enable debug messaging (like dev_dbg and pr_debug), ··· 40 40 # 41 41 42 42 config SPI_MASTER 43 - # boolean "SPI Master Support" 44 - boolean 43 + # bool "SPI Master Support" 44 + bool 45 45 default SPI 46 46 help 47 47 If your system has an master-capable SPI controller (which
+1 -1
drivers/staging/board/Kconfig
··· 1 1 config STAGING_BOARD 2 - boolean "Staging Board Support" 2 + bool "Staging Board Support" 3 3 depends on OF_ADDRESS 4 4 depends on BROKEN 5 5 help
+1 -1
drivers/staging/emxx_udc/Kconfig
··· 1 1 config USB_EMXX 2 - boolean "EMXX USB Function Device Controller" 2 + bool "EMXX USB Function Device Controller" 3 3 depends on USB_GADGET && (ARCH_SHMOBILE || (ARM && COMPILE_TEST)) 4 4 help 5 5 The Emma Mobile series of SoCs from Renesas Electronics and
+2 -2
drivers/staging/iio/Kconfig
··· 30 30 if IIO_SIMPLE_DUMMY 31 31 32 32 config IIO_SIMPLE_DUMMY_EVENTS 33 - boolean "Event generation support" 33 + bool "Event generation support" 34 34 select IIO_DUMMY_EVGEN 35 35 help 36 36 Add some dummy events to the simple dummy driver. 37 37 38 38 config IIO_SIMPLE_DUMMY_BUFFER 39 - boolean "Buffered capture support" 39 + bool "Buffered capture support" 40 40 select IIO_BUFFER 41 41 select IIO_KFIFO_BUF 42 42 help
+1 -1
drivers/tty/serial/Kconfig
··· 498 498 select SERIAL_CORE 499 499 500 500 config SERIAL_MFD_HSU_CONSOLE 501 - boolean "Medfile HSU serial console support" 501 + bool "Medfile HSU serial console support" 502 502 depends on SERIAL_MFD_HSU=y 503 503 select SERIAL_CORE_CONSOLE 504 504
+17 -17
drivers/usb/gadget/Kconfig
··· 45 45 if USB_GADGET 46 46 47 47 config USB_GADGET_DEBUG 48 - boolean "Debugging messages (DEVELOPMENT)" 48 + bool "Debugging messages (DEVELOPMENT)" 49 49 depends on DEBUG_KERNEL 50 50 help 51 51 Many controller and gadget drivers will print some debugging ··· 73 73 production build. 74 74 75 75 config USB_GADGET_DEBUG_FILES 76 - boolean "Debugging information files (DEVELOPMENT)" 76 + bool "Debugging information files (DEVELOPMENT)" 77 77 depends on PROC_FS 78 78 help 79 79 Some of the drivers in the "gadget" framework can expose ··· 84 84 here. If in doubt, or to conserve kernel memory, say "N". 85 85 86 86 config USB_GADGET_DEBUG_FS 87 - boolean "Debugging information files in debugfs (DEVELOPMENT)" 87 + bool "Debugging information files in debugfs (DEVELOPMENT)" 88 88 depends on DEBUG_FS 89 89 help 90 90 Some of the drivers in the "gadget" framework can expose ··· 230 230 For more information see Documentation/usb/gadget_configfs.txt. 231 231 232 232 config USB_CONFIGFS_SERIAL 233 - boolean "Generic serial bulk in/out" 233 + bool "Generic serial bulk in/out" 234 234 depends on USB_CONFIGFS 235 235 depends on TTY 236 236 select USB_U_SERIAL ··· 239 239 The function talks to the Linux-USB generic serial driver. 240 240 241 241 config USB_CONFIGFS_ACM 242 - boolean "Abstract Control Model (CDC ACM)" 242 + bool "Abstract Control Model (CDC ACM)" 243 243 depends on USB_CONFIGFS 244 244 depends on TTY 245 245 select USB_U_SERIAL ··· 249 249 MS-Windows hosts or with the Linux-USB "cdc-acm" driver. 250 250 251 251 config USB_CONFIGFS_OBEX 252 - boolean "Object Exchange Model (CDC OBEX)" 252 + bool "Object Exchange Model (CDC OBEX)" 253 253 depends on USB_CONFIGFS 254 254 depends on TTY 255 255 select USB_U_SERIAL ··· 259 259 since the kernel itself doesn't implement the OBEX protocol. 260 260 261 261 config USB_CONFIGFS_NCM 262 - boolean "Network Control Model (CDC NCM)" 262 + bool "Network Control Model (CDC NCM)" 263 263 depends on USB_CONFIGFS 264 264 depends on NET 265 265 select USB_U_ETHER ··· 270 270 different alignment possibilities. 271 271 272 272 config USB_CONFIGFS_ECM 273 - boolean "Ethernet Control Model (CDC ECM)" 273 + bool "Ethernet Control Model (CDC ECM)" 274 274 depends on USB_CONFIGFS 275 275 depends on NET 276 276 select USB_U_ETHER ··· 282 282 supported by firmware for smart network devices. 283 283 284 284 config USB_CONFIGFS_ECM_SUBSET 285 - boolean "Ethernet Control Model (CDC ECM) subset" 285 + bool "Ethernet Control Model (CDC ECM) subset" 286 286 depends on USB_CONFIGFS 287 287 depends on NET 288 288 select USB_U_ETHER ··· 323 323 the host is the same (a usbX device), so the differences are minimal. 324 324 325 325 config USB_CONFIGFS_PHONET 326 - boolean "Phonet protocol" 326 + bool "Phonet protocol" 327 327 depends on USB_CONFIGFS 328 328 depends on NET 329 329 depends on PHONET ··· 333 333 The Phonet protocol implementation for USB device. 334 334 335 335 config USB_CONFIGFS_MASS_STORAGE 336 - boolean "Mass storage" 336 + bool "Mass storage" 337 337 depends on USB_CONFIGFS 338 338 depends on BLOCK 339 339 select USB_F_MASS_STORAGE ··· 344 344 specified as a module parameter or sysfs option. 345 345 346 346 config USB_CONFIGFS_F_LB_SS 347 - boolean "Loopback and sourcesink function (for testing)" 347 + bool "Loopback and sourcesink function (for testing)" 348 348 depends on USB_CONFIGFS 349 349 select USB_F_SS_LB 350 350 help ··· 357 357 and its driver through a basic set of functional tests. 358 358 359 359 config USB_CONFIGFS_F_FS 360 - boolean "Function filesystem (FunctionFS)" 360 + bool "Function filesystem (FunctionFS)" 361 361 depends on USB_CONFIGFS 362 362 select USB_F_FS 363 363 help ··· 369 369 mass storage) and other are implemented in user space. 370 370 371 371 config USB_CONFIGFS_F_UAC1 372 - boolean "Audio Class 1.0" 372 + bool "Audio Class 1.0" 373 373 depends on USB_CONFIGFS 374 374 depends on SND 375 375 select USB_LIBCOMPOSITE ··· 382 382 on the device. 383 383 384 384 config USB_CONFIGFS_F_UAC2 385 - boolean "Audio Class 2.0" 385 + bool "Audio Class 2.0" 386 386 depends on USB_CONFIGFS 387 387 depends on SND 388 388 select USB_LIBCOMPOSITE ··· 400 400 wants as audio data to the USB Host. 401 401 402 402 config USB_CONFIGFS_F_MIDI 403 - boolean "MIDI function" 403 + bool "MIDI function" 404 404 depends on USB_CONFIGFS 405 405 depends on SND 406 406 select USB_LIBCOMPOSITE ··· 414 414 ALSA's aconnect utility etc. 415 415 416 416 config USB_CONFIGFS_F_HID 417 - boolean "HID function" 417 + bool "HID function" 418 418 depends on USB_CONFIGFS 419 419 select USB_F_HID 420 420 help
+1 -1
drivers/usb/gadget/legacy/Kconfig
··· 40 40 dynamically linked module called "g_zero". 41 41 42 42 config USB_ZERO_HNPTEST 43 - boolean "HNP Test Device" 43 + bool "HNP Test Device" 44 44 depends on USB_ZERO && USB_OTG 45 45 help 46 46 You can configure this device to enumerate using the device
+2 -2
drivers/usb/gadget/udc/Kconfig
··· 198 198 S3C2440 processors. 199 199 200 200 config USB_S3C2410_DEBUG 201 - boolean "S3C2410 udc debug messages" 201 + bool "S3C2410 udc debug messages" 202 202 depends on USB_S3C2410 203 203 204 204 config USB_S3C_HSUDC ··· 287 287 gadget drivers to also be dynamically linked. 288 288 289 289 config USB_NET2272_DMA 290 - boolean "Support external DMA controller" 290 + bool "Support external DMA controller" 291 291 depends on USB_NET2272 && HAS_DMA 292 292 help 293 293 The NET2272 part can optionally support an external DMA
+1 -1
drivers/usb/phy/Kconfig
··· 119 119 120 120 config TAHVO_USB_HOST_BY_DEFAULT 121 121 depends on TAHVO_USB 122 - boolean "Device in USB host mode by default" 122 + bool "Device in USB host mode by default" 123 123 help 124 124 Say Y here, if you want the device to enter USB host mode 125 125 by default on bootup.
+2 -2
init/Kconfig
··· 914 914 machine. 915 915 916 916 menuconfig CGROUPS 917 - boolean "Control Group support" 917 + bool "Control Group support" 918 918 select KERNFS 919 919 help 920 920 This option adds support for grouping sets of processes together, for ··· 1770 1770 default y 1771 1771 1772 1772 config RT_MUTEXES 1773 - boolean 1773 + bool 1774 1774 1775 1775 config BASE_SMALL 1776 1776 int
+15 -15
lib/Kconfig
··· 14 14 tristate 15 15 16 16 config RATIONAL 17 - boolean 17 + bool 18 18 19 19 config GENERIC_STRNCPY_FROM_USER 20 20 bool ··· 39 39 select GENERIC_PCI_IOMAP 40 40 41 41 config GENERIC_IO 42 - boolean 42 + bool 43 43 default n 44 44 45 45 config STMP_DEVICE 46 46 bool 47 47 48 48 config PERCPU_RWSEM 49 - boolean 49 + bool 50 50 51 51 config ARCH_USE_CMPXCHG_LOCKREF 52 52 bool ··· 257 257 # Generic allocator support is selected if needed 258 258 # 259 259 config GENERIC_ALLOCATOR 260 - boolean 260 + bool 261 261 262 262 # 263 263 # reed solomon support is select'ed if needed ··· 266 266 tristate 267 267 268 268 config REED_SOLOMON_ENC8 269 - boolean 269 + bool 270 270 271 271 config REED_SOLOMON_DEC8 272 - boolean 272 + bool 273 273 274 274 config REED_SOLOMON_ENC16 275 - boolean 275 + bool 276 276 277 277 config REED_SOLOMON_DEC16 278 - boolean 278 + bool 279 279 280 280 # 281 281 # BCH support is selected if needed ··· 284 284 tristate 285 285 286 286 config BCH_CONST_PARAMS 287 - boolean 287 + bool 288 288 help 289 289 Drivers may select this option to force specific constant 290 290 values for parameters 'm' (Galois field order) and 't' ··· 320 320 # Textsearch support is select'ed if needed 321 321 # 322 322 config TEXTSEARCH 323 - boolean 323 + bool 324 324 325 325 config TEXTSEARCH_KMP 326 326 tristate ··· 332 332 tristate 333 333 334 334 config BTREE 335 - boolean 335 + bool 336 336 337 337 config INTERVAL_TREE 338 - boolean 338 + bool 339 339 help 340 340 Simple, embeddable, interval-tree. Can find the start of an 341 341 overlapping range in log(n) time and then iterate over all ··· 363 363 for more information. 364 364 365 365 config HAS_IOMEM 366 - boolean 366 + bool 367 367 depends on !NO_IOMEM 368 368 select GENERIC_IO 369 369 default y 370 370 371 371 config HAS_IOPORT_MAP 372 - boolean 372 + bool 373 373 depends on HAS_IOMEM && !NO_IOPORT_MAP 374 374 default y 375 375 376 376 config HAS_DMA 377 - boolean 377 + bool 378 378 depends on !NO_DMA 379 379 default y 380 380
+11 -11
mm/Kconfig
··· 129 129 efficient option when sufficient kernel resources are available. 130 130 131 131 config HAVE_MEMBLOCK 132 - boolean 132 + bool 133 133 134 134 config HAVE_MEMBLOCK_NODE_MAP 135 - boolean 135 + bool 136 136 137 137 config HAVE_MEMBLOCK_PHYS_MAP 138 - boolean 138 + bool 139 139 140 140 config HAVE_GENERIC_RCU_GUP 141 - boolean 141 + bool 142 142 143 143 config ARCH_DISCARD_MEMBLOCK 144 - boolean 144 + bool 145 145 146 146 config NO_BOOTMEM 147 - boolean 147 + bool 148 148 149 149 config MEMORY_ISOLATION 150 - boolean 150 + bool 151 151 152 152 config MOVABLE_NODE 153 - boolean "Enable to assign a node which has only movable memory" 153 + bool "Enable to assign a node which has only movable memory" 154 154 depends on HAVE_MEMBLOCK 155 155 depends on NO_BOOTMEM 156 156 depends on X86_64 ··· 228 228 default "4" 229 229 230 230 config ARCH_ENABLE_SPLIT_PMD_PTLOCK 231 - boolean 231 + bool 232 232 233 233 # 234 234 # support for memory balloon 235 235 config MEMORY_BALLOON 236 - boolean 236 + bool 237 237 238 238 # 239 239 # support for memory balloon compaction ··· 276 276 allocation instead of reclaiming. 277 277 278 278 config ARCH_ENABLE_HUGEPAGE_MIGRATION 279 - boolean 279 + bool 280 280 281 281 config PHYS_ADDR_T_64BIT 282 282 def_bool 64BIT || ARCH_PHYS_ADDR_T_64BIT
+7 -7
net/Kconfig
··· 231 231 source "net/switchdev/Kconfig" 232 232 233 233 config RPS 234 - boolean 234 + bool 235 235 depends on SMP && SYSFS 236 236 default y 237 237 238 238 config RFS_ACCEL 239 - boolean 239 + bool 240 240 depends on RPS 241 241 select CPU_RMAP 242 242 default y 243 243 244 244 config XPS 245 - boolean 245 + bool 246 246 depends on SMP 247 247 default y 248 248 ··· 254 254 a per-interface basis. 255 255 256 256 config CGROUP_NET_CLASSID 257 - boolean "Network classid cgroup" 257 + bool "Network classid cgroup" 258 258 depends on CGROUPS 259 259 ---help--- 260 260 Cgroup subsystem for use as general purpose socket classid marker that is 261 261 being used in cls_cgroup and for netfilter matching. 262 262 263 263 config NET_RX_BUSY_POLL 264 - boolean 264 + bool 265 265 default y 266 266 267 267 config BQL 268 - boolean 268 + bool 269 269 depends on SYSFS 270 270 select DQL 271 271 default y ··· 282 282 this feature changing /proc/sys/net/core/bpf_jit_enable 283 283 284 284 config NET_FLOW_LIMIT 285 - boolean 285 + bool 286 286 depends on RPS 287 287 default y 288 288 ---help---
+1 -1
net/sched/Kconfig
··· 348 348 comment "Classification" 349 349 350 350 config NET_CLS 351 - boolean 351 + bool 352 352 353 353 config NET_CLS_BASIC 354 354 tristate "Elementary classification (BASIC)"
+1 -1
net/switchdev/Kconfig
··· 3 3 # 4 4 5 5 config NET_SWITCHDEV 6 - boolean "Switch (and switch-ish) device support (EXPERIMENTAL)" 6 + bool "Switch (and switch-ish) device support (EXPERIMENTAL)" 7 7 depends on INET 8 8 ---help--- 9 9 This module provides glue between core networking code and device
+2 -2
security/integrity/Kconfig
··· 16 16 if INTEGRITY 17 17 18 18 config INTEGRITY_SIGNATURE 19 - boolean "Digital signature verification using multiple keyrings" 19 + bool "Digital signature verification using multiple keyrings" 20 20 depends on KEYS 21 21 default n 22 22 select SIGNATURE ··· 30 30 usually only added from initramfs. 31 31 32 32 config INTEGRITY_ASYMMETRIC_KEYS 33 - boolean "Enable asymmetric keys support" 33 + bool "Enable asymmetric keys support" 34 34 depends on INTEGRITY_SIGNATURE 35 35 default n 36 36 select ASYMMETRIC_KEY_TYPE
+1 -1
security/integrity/evm/Kconfig
··· 1 1 config EVM 2 - boolean "EVM support" 2 + bool "EVM support" 3 3 select KEYS 4 4 select ENCRYPTED_KEYS 5 5 select CRYPTO_HMAC