default for "null joystick" in menuconfig is "no"

This commit is contained in:
Christian Kroll 2014-05-19 10:31:30 +02:00
parent 2113b8f2b7
commit 7956988060
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ if [ "$JOYSTICK_SUPPORT" = "y" ]; then
###############################################################################
###################### null joystick menu ####################################
dep_bool "null joystick support" NULL_JOYSTICK_SUPPORT y
dep_bool "null joystick support" NULL_JOYSTICK_SUPPORT n
###############################################################################