From d509340556f1e779f9031057c906ca2351b4c878 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Thu, 12 Apr 2018 17:38:06 +0100 Subject: Disable tps65217-charger on BeagleBone to fix USB-OTG port rhbz 1487399 --- configs/fedora/generic/arm/armv7/CONFIG_REGULATOR_TPS65217 | 1 - configs/fedora/generic/arm/armv7/armv7/CONFIG_CHARGER_TPS65217 | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 configs/fedora/generic/arm/armv7/CONFIG_REGULATOR_TPS65217 (limited to 'configs') diff --git a/configs/fedora/generic/arm/armv7/CONFIG_REGULATOR_TPS65217 b/configs/fedora/generic/arm/armv7/CONFIG_REGULATOR_TPS65217 deleted file mode 100644 index 3773f756b..000000000 --- a/configs/fedora/generic/arm/armv7/CONFIG_REGULATOR_TPS65217 +++ /dev/null @@ -1 +0,0 @@ -CONFIG_REGULATOR_TPS65217=y diff --git a/configs/fedora/generic/arm/armv7/armv7/CONFIG_CHARGER_TPS65217 b/configs/fedora/generic/arm/armv7/armv7/CONFIG_CHARGER_TPS65217 index e77c2fc05..629b8503c 100644 --- a/configs/fedora/generic/arm/armv7/armv7/CONFIG_CHARGER_TPS65217 +++ b/configs/fedora/generic/arm/armv7/armv7/CONFIG_CHARGER_TPS65217 @@ -1 +1 @@ -CONFIG_CHARGER_TPS65217=m +# CONFIG_CHARGER_TPS65217 is not set -- cgit