summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-3.19/mtcdt/linux-3.19-add-num_accessory_ports-config-option.patch
blob: d1bd7cd578d88c3e56078f1fd4df7f211834d3ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Index: linux-3.12.13/arch/arm/Kconfig
===================================================================
--- linux-3.12.13.orig/arch/arm/Kconfig	2014-02-22 15:32:50.000000000 -0600
+++ linux-3.12.13/arch/arm/Kconfig	2014-09-11 14:57:00.908030666 -0500
@@ -276,6 +276,17 @@
 
 source "kernel/Kconfig.freezer"
 
+menu "MTS"
+
+config MTS_NUM_ACCESSORY_PORTS
+	int "Number of accessory ports in the MTS product"
+	default 0
+	help
+	  Enter the number of accessory ports on your MTS device.
+	  If unsure, say '0'.
+
+endmenu
+
 menu "System Type"
 
 config MMU