diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2012-02-19 12:34:38 +0000 |
---|---|---|
committer | Peter Robinson <pbrobinson@gmail.com> | 2012-02-19 12:34:38 +0000 |
commit | d78aa36f27efd9aae57ccf16c0c162ccde0a0a42 (patch) | |
tree | 7ebab31a3fc68c0155b28130552c5c1493ccf54b /arm-tegra-nvec-kconfig.patch | |
parent | abc7c8e59fc841044568c460ec95923701a00fc2 (diff) | |
download | kernel-d78aa36f27efd9aae57ccf16c0c162ccde0a0a42.tar.gz kernel-d78aa36f27efd9aae57ccf16c0c162ccde0a0a42.tar.xz kernel-d78aa36f27efd9aae57ccf16c0c162ccde0a0a42.zip |
More ARM config updates, fix NVEC patch
Diffstat (limited to 'arm-tegra-nvec-kconfig.patch')
-rw-r--r-- | arm-tegra-nvec-kconfig.patch | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/arm-tegra-nvec-kconfig.patch b/arm-tegra-nvec-kconfig.patch index 7436817e5..a3f568cd5 100644 --- a/arm-tegra-nvec-kconfig.patch +++ b/arm-tegra-nvec-kconfig.patch @@ -1,10 +1,10 @@ ---- linux-2.6.42.noarch/drivers/staging/nvec/Kconfig.orig 2012-02-02 08:16:12.512727480 -0600 -+++ linux-2.6.42.noarch/drivers/staging/nvec/Kconfig 2012-02-01 18:44:56.674990109 -0600 +--- linux-2.6.42.noarch/drivers/staging/nvec/Kconfig.orig 2012-02-02 08:16:12.512727480 -0600 ++++ linux-2.6.42.noarch/drivers/staging/nvec/Kconfig 2012-02-01 18:44:56.674990109 -0600 @@ -1,6 +1,6 @@ config MFD_NVEC - bool "NV Tegra Embedded Controller SMBus Interface" -- depends on I2C && GPIOLIB && ARCH_TEGRA -+ depends on I2C && GPIOLIB && ARCH_TEGRA && MFD_CORE=y - help - Say Y here to enable support for a nVidia compliant embedded - controller. + bool "NV Tegra Embedded Controller SMBus Interface" +- depends on I2C && GPIOLIB && ARCH_TEGRA ++ depends on I2C && GPIOLIB && ARCH_TEGRA && MFD_CORE=y + help + Say Y here to enable support for a nVidia compliant embedded + controller. |