From d8119a739a978a3c2627af202a5cd3f667210ed3 Mon Sep 17 00:00:00 2001 From: Rich Wiley Date: Mon, 3 Mar 2014 11:43:25 -0800 Subject: drivers: tegra-fuse: add AID fuse bug 1382403 Change-Id: If50fb708639804a4579df5d558f6a9d51a8cb1aa Signed-off-by: Rich Wiley Reviewed-on: http://git-master/r/373804 Reviewed-by: Adeel Raza Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Chao Xu --- arch/arm/mach-tegra/Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'arch/arm/mach-tegra/Kconfig') diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig index 08c5e283e741..a537ba9ac060 100644 --- a/arch/arm/mach-tegra/Kconfig +++ b/arch/arm/mach-tegra/Kconfig @@ -1029,4 +1029,13 @@ config TEGRA_USE_SIMON default n help Enable Tegra silicon state monitoring, grading, and notification. + +config AID_FUSE + bool "Support AID fuse reads" + default n if ARCH_TEGRA_11x_SOC || ARCH_TEGRA_14x_SOC || \ + (ARCH_TEGRA_12x_SOC && !ARCH_TEGRA_13x_SOC) + default y + help + When enabled, allows sysfs reads of the AID fuse, which contains + the chip family ID and a chip-unique Tegra ID. Supported on t132+. endif -- cgit v1.2.3