magnetometer: fix drivers/staging/iio/magnetometer/Kconfig:5:warning: multi-line...
author黄涛 <huangtao@rock-chips.com>
Sat, 4 Dec 2010 06:27:38 +0000 (14:27 +0800)
committer黄涛 <huangtao@rock-chips.com>
Sat, 4 Dec 2010 06:34:46 +0000 (14:34 +0800)
drivers/staging/iio/magnetometer/Kconfig

index 7d023296e8105069839ce8cd79b0a5e780cf4313..973396e1ddfa6c9d4ff92a82b7f32218600ff837 100644 (file)
@@ -1,25 +1,24 @@
-
 #
 # Magnetometer sensors
-#s"
-comment "Magnetometer sensor
-config SENSORS_AK8975                                          
-  tristate "Asahi Kasei AK8975 3-Axis Magnetometer"             
-  default n                                                     
-  depends on I2C                                                
-  help                                                          
-  Say yes here to build support for Asahi Kasei AK8975 3-Axis   
-  Magnetometer.                                                 
-                                                                
-  To compile this driver as a module, choose M here: the module 
-  will be called ak8975.      
-config SENSORS_AK8973                                          
-  tristate "Asahi Kasei AK8973 3-Axis Magnetometer"             
-  default n                                                     
-  depends on I2C                                                
-  help                                                          
-  Say yes here to build support for Asahi Kasei AK8973 3-Axis   
-  Magnetometer.                                                 
-                                                                
-  To compile this driver as a module, choose M here: the module 
-  will be called ak8973.                                        
\ No newline at end of file
+#
+
+comment "Magnetometer sensors"
+config SENSORS_AK8975
+  tristate "Asahi Kasei AK8975 3-Axis Magnetometer"
+  depends on I2C
+  help
+  Say yes here to build support for Asahi Kasei AK8975 3-Axis
+  Magnetometer.
+
+  To compile this driver as a module, choose M here: the module
+  will be called ak8975.
+
+config SENSORS_AK8973
+  tristate "Asahi Kasei AK8973 3-Axis Magnetometer"
+  depends on I2C
+  help
+  Say yes here to build support for Asahi Kasei AK8973 3-Axis
+  Magnetometer.
+
+  To compile this driver as a module, choose M here: the module
+  will be called ak8973.