Kconfig (39fe5434cb9de5da40510028b17b96bc4eb312b3) Kconfig (928923c76b393e38e5ba1d47e843e208ceef6cf9)
1#
2# Library configuration
3#
4
5menu "Library routines"
6
7config BITREVERSE
8 tristate

--- 124 unchanged lines hidden (view full) ---

133 depends on HAS_IOMEM && !NO_IOPORT
134 default y
135
136config HAS_DMA
137 boolean
138 depends on !NO_DMA
139 default y
140
1#
2# Library configuration
3#
4
5menu "Library routines"
6
7config BITREVERSE
8 tristate

--- 124 unchanged lines hidden (view full) ---

133 depends on HAS_IOMEM && !NO_IOPORT
134 default y
135
136config HAS_DMA
137 boolean
138 depends on !NO_DMA
139 default y
140
141config CHECK_SIGNATURE
142 bool
143
141endmenu
144endmenu