Skip to content

Commit

Permalink
- Enable default applications in Kconfig
Browse files Browse the repository at this point in the history
- Convert tabs to spaces
- Fix typo `yn` in project Kconfig
  • Loading branch information
Kampi committed Oct 8, 2023
1 parent 04dafe8 commit 15ff386
Show file tree
Hide file tree
Showing 3 changed files with 120 additions and 120 deletions.
6 changes: 3 additions & 3 deletions app/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ menu "ZSWatch"
config APPLICATIONS_USE_2048
bool
prompt "Activate the application '2048'"
default ny
default y

config APPLICATIONS_USE_ACCELEROMETER
bool
Expand All @@ -32,12 +32,12 @@ menu "ZSWatch"
config APPLICATIONS_USE_QR_CODE
bool
prompt "Activate the application 'QR-Code'"
default y
default n

config APPLICATIONS_USE_X_RAY
bool
prompt "Activate the application 'X-Ray'"
default y
default n

config APPLICATIONS_USE_ZDS
bool
Expand Down
20 changes: 10 additions & 10 deletions app/drivers/sensor/apds9306/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
# SPDX-License-Identifier: Apache-2.0

menuconfig APDS9306
bool "APDS9306 Sensor"
default y
# TODO
#depends on DT_HAS_AVAGO_APDS9306_ENABLED
select I2C
help
Enable the driver for the APDS9306 digital light sensor.
bool "APDS9306 Sensor"
default y
# TODO
#depends on DT_HAS_AVAGO_APDS9306_ENABLED
select I2C
help
Enable the driver for the APDS9306 digital light sensor.

if APDS9306
config APDS9306_IS_APDS9306_065
bool "Enable this option if you are using the APDS-9306-065"
default n
config APDS9306_IS_APDS9306_065
bool "Enable this option if you are using the APDS-9306-065"
default n

endif
Loading

0 comments on commit 15ff386

Please sign in to comment.