diff options
author | Nitin Kumbhar <nkumbhar@nvidia.com> | 2011-02-17 14:47:33 +0530 |
---|---|---|
committer | Varun Colbert <vcolbert@nvidia.com> | 2011-02-18 15:10:14 -0800 |
commit | 64e2c68e201b0476a77c46585243e1455e8c24b5 (patch) | |
tree | 4bda3c211b40eca385499c98990eacad6f4f2114 | |
parent | 7a552541475bf74492cf586030470b1222040a63 (diff) |
arm: tegra: config: enable uid_stat proc interface
BUG 769814
Change-Id: I18159aea2de80acdfe7e8c04f9702f1c8a4830a8
Reviewed-on: http://git-master/r/19872
Tested-by: Nitin Kumbhar <nkumbhar@nvidia.com>
Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
-rw-r--r-- | arch/arm/configs/tegra_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/tegra_defconfig b/arch/arm/configs/tegra_defconfig index 7383ec582794..73e40b1424ac 100644 --- a/arch/arm/configs/tegra_defconfig +++ b/arch/arm/configs/tegra_defconfig @@ -933,7 +933,7 @@ CONFIG_KERNEL_DEBUGGER_CORE=y CONFIG_SENSORS_NCT1008=y # CONFIG_DS1682 is not set # CONFIG_TI_DAC7512 is not set -# CONFIG_UID_STAT is not set +CONFIG_UID_STAT=y # CONFIG_BMP085 is not set # CONFIG_WL127X_RFKILL is not set # CONFIG_APANIC is not set |