summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/config-creativezv.h2
-rw-r--r--firmware/export/config-creativezvm.h2
-rw-r--r--firmware/export/config-creativezvm60gb.h2
-rw-r--r--firmware/export/config-m200v4.h2
-rw-r--r--firmware/export/config-ondiofm.h3
5 files changed, 0 insertions, 11 deletions
diff --git a/firmware/export/config-creativezv.h b/firmware/export/config-creativezv.h
index 7a0c814ffc..48a9653ee9 100644
--- a/firmware/export/config-creativezv.h
+++ b/firmware/export/config-creativezv.h
@@ -76,8 +76,6 @@
76#define HAVE_HEADPHONE_DETECTION 76#define HAVE_HEADPHONE_DETECTION
77//#define HAVE_TOUCHPAD 77//#define HAVE_TOUCHPAD
78 78
79#define CONFIG_I2C I2C_DM320
80
81/* Define this if you do software codec */ 79/* Define this if you do software codec */
82#define CONFIG_CODEC SWCODEC 80#define CONFIG_CODEC SWCODEC
83 81
diff --git a/firmware/export/config-creativezvm.h b/firmware/export/config-creativezvm.h
index d2cda08723..752ec4eb22 100644
--- a/firmware/export/config-creativezvm.h
+++ b/firmware/export/config-creativezvm.h
@@ -77,8 +77,6 @@
77#define HAVE_HEADPHONE_DETECTION 77#define HAVE_HEADPHONE_DETECTION
78//#define HAVE_TOUCHPAD 78//#define HAVE_TOUCHPAD
79 79
80#define CONFIG_I2C I2C_DM320
81
82/* Define this if you do software codec */ 80/* Define this if you do software codec */
83#define CONFIG_CODEC SWCODEC 81#define CONFIG_CODEC SWCODEC
84 82
diff --git a/firmware/export/config-creativezvm60gb.h b/firmware/export/config-creativezvm60gb.h
index e81c9208f9..6d6228304b 100644
--- a/firmware/export/config-creativezvm60gb.h
+++ b/firmware/export/config-creativezvm60gb.h
@@ -76,8 +76,6 @@
76#define HAVE_HEADPHONE_DETECTION 76#define HAVE_HEADPHONE_DETECTION
77//#define HAVE_TOUCHPAD 77//#define HAVE_TOUCHPAD
78 78
79#define CONFIG_I2C I2C_DM320
80
81/* Define this if you do software codec */ 79/* Define this if you do software codec */
82#define CONFIG_CODEC SWCODEC 80#define CONFIG_CODEC SWCODEC
83 81
diff --git a/firmware/export/config-m200v4.h b/firmware/export/config-m200v4.h
index 6e42fa2fe0..21038349fd 100644
--- a/firmware/export/config-m200v4.h
+++ b/firmware/export/config-m200v4.h
@@ -108,8 +108,6 @@
108/* Define how much SD sectors are reserved for OF */ 108/* Define how much SD sectors are reserved for OF */
109#define AMS_OF_SIZE 0x5000 109#define AMS_OF_SIZE 0x5000
110 110
111#define CONFIG_I2C I2C_AS3525
112
113#define BATTERY_CAPACITY_DEFAULT 1500 /* default battery capacity */ 111#define BATTERY_CAPACITY_DEFAULT 1500 /* default battery capacity */
114#define BATTERY_CAPACITY_MIN 1500 /* min. capacity selectable */ 112#define BATTERY_CAPACITY_MIN 1500 /* min. capacity selectable */
115#define BATTERY_CAPACITY_MAX 3200 /* max. capacity selectable */ 113#define BATTERY_CAPACITY_MAX 3200 /* max. capacity selectable */
diff --git a/firmware/export/config-ondiofm.h b/firmware/export/config-ondiofm.h
index 46011e650e..7a2b30dbf1 100644
--- a/firmware/export/config-ondiofm.h
+++ b/firmware/export/config-ondiofm.h
@@ -109,9 +109,6 @@
109/* Define this if the display is mounted upside down */ 109/* Define this if the display is mounted upside down */
110#define HAVE_DISPLAY_FLIPPED 110#define HAVE_DISPLAY_FLIPPED
111 111
112/* Define this for different I2C pinout */
113#define HAVE_ONDIO_I2C
114
115/* Define this for different ADC channel assignment */ 112/* Define this for different ADC channel assignment */
116#define HAVE_ONDIO_ADC 113#define HAVE_ONDIO_ADC
117 114