diff options
| author | Stephen Warren <swarren@nvidia.com> | 2017-09-14 12:51:18 -0400 |
|---|---|---|
| committer | mobile promotions <svcmobile_promotions@nvidia.com> | 2017-10-29 14:00:42 -0400 |
| commit | 20bb0324e532863cafc5dc41e8cd5a6ec28413d8 (patch) | |
| tree | b1dffa63f11bb210bfc6b84ce0fc6f940428fa61 /drivers/padctrl | |
| parent | c04513ee6f787a70c9cc839117918e92e38ae9ff (diff) | |
nvidia: use kernel overlay features
Update all Kconfig files and Makefiles to rely on the kernel overlay
feature. In particular, don't include any Kconfig files or Makefiles
from other overlays. -I directives in CFLAGS are not yet cleaned up.
Bug 1978395
Change-Id: I425d37d55f8ea61fb3a082a1504f994ff30cec03
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/1561187
Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
GVS: Gerrit_Virtual_Submit
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/padctrl')
| -rw-r--r-- | drivers/padctrl/Kconfig (renamed from drivers/padctrl/Kconfig.nvidia) | 2 | ||||
| -rw-r--r-- | drivers/padctrl/Makefile (renamed from drivers/padctrl/Makefile.nvidia) | 0 |
2 files changed, 2 insertions, 0 deletions
diff --git a/drivers/padctrl/Kconfig.nvidia b/drivers/padctrl/Kconfig index b81b1b169..5696fec65 100644 --- a/drivers/padctrl/Kconfig.nvidia +++ b/drivers/padctrl/Kconfig | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | if PADCTRL | 1 | if PADCTRL |
| 2 | |||
| 2 | config PADCTRL_GENERIC_TEGRA_IO_PAD | 3 | config PADCTRL_GENERIC_TEGRA_IO_PAD |
| 3 | bool "Generic Tegra IO Pad control driver" | 4 | bool "Generic Tegra IO Pad control driver" |
| 4 | depends on ARCH_TEGRA | 5 | depends on ARCH_TEGRA |
| @@ -7,4 +8,5 @@ config PADCTRL_GENERIC_TEGRA_IO_PAD | |||
| 7 | 8 | ||
| 8 | Tegra IO Pad padctrl driver which controls the IO pad | 9 | Tegra IO Pad padctrl driver which controls the IO pad |
| 9 | configuration for 1.2V, 1.8V and 3.3V. | 10 | configuration for 1.2V, 1.8V and 3.3V. |
| 11 | |||
| 10 | endif | 12 | endif |
diff --git a/drivers/padctrl/Makefile.nvidia b/drivers/padctrl/Makefile index b7a726230..b7a726230 100644 --- a/drivers/padctrl/Makefile.nvidia +++ b/drivers/padctrl/Makefile | |||
