mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00:00
kernel: move CONFIG_PAGE_POOL to generic
Move "# CONFIG_PAGE_POOL is not set" to generic. Suggested-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: Nick Hainke <vincent@systemli.org>
This commit is contained in:
parent
f6a7ce2501
commit
7c5e847827
@ -4294,6 +4294,7 @@ CONFIG_PACKET=y
|
|||||||
# CONFIG_PAGE_EXTENSION is not set
|
# CONFIG_PAGE_EXTENSION is not set
|
||||||
# CONFIG_PAGE_OWNER is not set
|
# CONFIG_PAGE_OWNER is not set
|
||||||
# CONFIG_PAGE_POISONING is not set
|
# CONFIG_PAGE_POISONING is not set
|
||||||
|
# CONFIG_PAGE_POOL is not set
|
||||||
# CONFIG_PAGE_REPORTING is not set
|
# CONFIG_PAGE_REPORTING is not set
|
||||||
# CONFIG_PAGE_SIZE_16KB is not set
|
# CONFIG_PAGE_SIZE_16KB is not set
|
||||||
# CONFIG_PAGE_SIZE_32KB is not set
|
# CONFIG_PAGE_SIZE_32KB is not set
|
||||||
|
@ -4488,6 +4488,7 @@ CONFIG_PACKET=y
|
|||||||
# CONFIG_PAGE_EXTENSION is not set
|
# CONFIG_PAGE_EXTENSION is not set
|
||||||
# CONFIG_PAGE_OWNER is not set
|
# CONFIG_PAGE_OWNER is not set
|
||||||
# CONFIG_PAGE_POISONING is not set
|
# CONFIG_PAGE_POISONING is not set
|
||||||
|
# CONFIG_PAGE_POOL is not set
|
||||||
# CONFIG_PAGE_POOL_STATS is not set
|
# CONFIG_PAGE_POOL_STATS is not set
|
||||||
# CONFIG_PAGE_REPORTING is not set
|
# CONFIG_PAGE_REPORTING is not set
|
||||||
# CONFIG_PAGE_SIZE_16KB is not set
|
# CONFIG_PAGE_SIZE_16KB is not set
|
||||||
|
@ -268,7 +268,6 @@ CONFIG_OF_IRQ=y
|
|||||||
CONFIG_OF_KOBJ=y
|
CONFIG_OF_KOBJ=y
|
||||||
CONFIG_OF_MDIO=y
|
CONFIG_OF_MDIO=y
|
||||||
CONFIG_PADATA=y
|
CONFIG_PADATA=y
|
||||||
# CONFIG_PAGE_POOL is not set
|
|
||||||
CONFIG_PARTITION_PERCPU=y
|
CONFIG_PARTITION_PERCPU=y
|
||||||
CONFIG_PCI=y
|
CONFIG_PCI=y
|
||||||
CONFIG_PCIEAER=y
|
CONFIG_PCIEAER=y
|
||||||
|
Loading…
Reference in New Issue
Block a user