diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2021-03-25 11:27:31 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-03-27 14:34:00 +0100 |
commit | 7d6553c72edada262ada8dbe871243c35400573d (patch) | |
tree | 065c288a29d370f59e3193f0ef7ed18f0ab50530 /target/linux/tegra/config-5.4 | |
parent | 87046e87e2298759d14de2438bdaca7491c17776 (diff) | |
download | upstream-7d6553c72edada262ada8dbe871243c35400573d.tar.gz upstream-7d6553c72edada262ada8dbe871243c35400573d.tar.bz2 upstream-7d6553c72edada262ada8dbe871243c35400573d.zip |
kernel: Deactivate CONFIG_VFIO in generic kernel config
Instead of deactivating this in every target config, deactivate it once
in the generic kernel config. I was asked for this config option in a
x86 64 build in OpenWrt 21.02.
Fixes: 87046e87e229 ("kernel: add missing kernel config symbol")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/tegra/config-5.4')
-rw-r--r-- | target/linux/tegra/config-5.4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/tegra/config-5.4 b/target/linux/tegra/config-5.4 index 00fc11a69b..c5e37f8d3b 100644 --- a/target/linux/tegra/config-5.4 +++ b/target/linux/tegra/config-5.4 @@ -553,7 +553,6 @@ CONFIG_USB_ULPI=y CONFIG_USB_ULPI_VIEWPORT=y # CONFIG_USERIO is not set CONFIG_USE_OF=y -# CONFIG_VFIO is not set CONFIG_VFP=y CONFIG_VFPv3=y CONFIG_WATCHDOG_CORE=y |