diff options
Diffstat (limited to 'backport')
-rw-r--r-- | backport/Kconfig | 2 | ||||
-rw-r--r-- | backport/Makefile.kernel | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/backport/Kconfig b/backport/Kconfig index 0e24c799..64e9cb98 100644 --- a/backport/Kconfig +++ b/backport/Kconfig @@ -41,8 +41,6 @@ source net/nfc/Kconfig source drivers/regulator/Kconfig source drivers/media/Kconfig -source drivers/platform/x86/Kconfig - source net/ieee802154/Kconfig source net/mac802154/Kconfig source drivers/net/ieee802154/Kconfig diff --git a/backport/Makefile.kernel b/backport/Makefile.kernel index 0a2a5693..6a1afc1b 100644 --- a/backport/Makefile.kernel +++ b/backport/Makefile.kernel @@ -33,7 +33,6 @@ obj-$(CPTCFG_NFC) += net/nfc/ obj-$(CPTCFG_NFC) += drivers/nfc/ obj-$(CPTCFG_REGULATOR) += drivers/regulator/ obj-$(CPTCFG_MEDIA_SUPPORT) += drivers/media/ -obj-$(CPTCFG_INTEL_IPS) += drivers/platform/x86/ obj-$(CPTCFG_IEEE802154) += net/ieee802154/ obj-$(CPTCFG_MAC802154) += net/mac802154/ |