diff options
author | Olliver Schinagl <oliver@schinagl.nl> | 2023-01-09 14:39:45 +0100 |
---|---|---|
committer | Sander Vanheule <sander@svanheule.net> | 2023-01-24 21:00:19 +0100 |
commit | 1bf39d91d5d928724d335abe12509f629d8685c7 (patch) | |
tree | a34f35b985ad00cdd57cf76a1cf16ad13cddc5a0 /target/linux/realtek/rtl930x | |
parent | 4db8598e4296054c7ca500fc7efe67fbabda69ca (diff) | |
download | upstream-1bf39d91d5d928724d335abe12509f629d8685c7.tar.gz upstream-1bf39d91d5d928724d335abe12509f629d8685c7.tar.bz2 upstream-1bf39d91d5d928724d335abe12509f629d8685c7.zip |
realtek: Refresh kernel config with no_except_fill
Update the config files with the previous commit.
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
Diffstat (limited to 'target/linux/realtek/rtl930x')
-rw-r--r-- | target/linux/realtek/rtl930x/config-5.10 | 1 | ||||
-rw-r--r-- | target/linux/realtek/rtl930x/config-5.15 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/realtek/rtl930x/config-5.10 b/target/linux/realtek/rtl930x/config-5.10 index 4c1a4ffaf2..bd275a28ba 100644 --- a/target/linux/realtek/rtl930x/config-5.10 +++ b/target/linux/realtek/rtl930x/config-5.10 @@ -150,6 +150,7 @@ CONFIG_NET_DSA_RTL83XX=y CONFIG_NET_DSA_TAG_TRAILER=y CONFIG_NET_RTL838X=y CONFIG_NET_SWITCHDEV=y +CONFIG_NO_EXCEPT_FILL=y CONFIG_NO_GENERIC_PCI_IOPORT_MAP=y CONFIG_NVMEM=y CONFIG_OF=y diff --git a/target/linux/realtek/rtl930x/config-5.15 b/target/linux/realtek/rtl930x/config-5.15 index 7804bcc83d..5e03616678 100644 --- a/target/linux/realtek/rtl930x/config-5.15 +++ b/target/linux/realtek/rtl930x/config-5.15 @@ -144,6 +144,7 @@ CONFIG_NET_DSA_TAG_TRAILER=y CONFIG_NET_RTL838X=y CONFIG_NET_SELFTESTS=y CONFIG_NET_SWITCHDEV=y +CONFIG_NO_EXCEPT_FILL=y CONFIG_NO_GENERIC_PCI_IOPORT_MAP=y CONFIG_NVMEM=y CONFIG_OF=y |