Kconfig (a940daa52167e9db8ecce82213813b735a9d9f23) | Kconfig (8c8d2d9670e813d623d8a2cbc881cb57344f4d37) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Library configuration 4# 5 6config BINARY_PRINTF 7 def_bool n 8 --- 492 unchanged lines hidden (view full) --- 501 capacious. 502 503 See: 504 505 Documentation/core-api/assoc_array.rst 506 507 for more information. 508 | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Library configuration 4# 5 6config BINARY_PRINTF 7 def_bool n 8 --- 492 unchanged lines hidden (view full) --- 501 capacious. 502 503 See: 504 505 Documentation/core-api/assoc_array.rst 506 507 for more information. 508 |
509config CLOSURES 510 bool 511 |
|
509config HAS_IOMEM 510 bool 511 depends on !NO_IOMEM 512 default y 513 514config HAS_IOPORT 515 bool 516 --- 250 unchanged lines hidden --- | 512config HAS_IOMEM 513 bool 514 depends on !NO_IOMEM 515 default y 516 517config HAS_IOPORT 518 bool 519 --- 250 unchanged lines hidden --- |