diff options
Diffstat (limited to 'drivers/dpram/Kconfig')
-rw-r--r-- | drivers/dpram/Kconfig | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/drivers/dpram/Kconfig b/drivers/dpram/Kconfig new file mode 100644 index 0000000..d629a43 --- /dev/null +++ b/drivers/dpram/Kconfig @@ -0,0 +1,19 @@ +# +# IDPRAM configuration +# + +menuconfig SAMSUNG_PHONE_TTY + tristate "Samsung Phone Interface - TTY" + default n + +if SAMSUNG_PHONE_TTY + +config SAMSUNG_PHONE_TTY_RAFFAELLO + tristate "Select Samsung Phone Interface - TTY for Raffaello" + depends on SAMSUNG_PHONE_TTY + +config SAMSUNG_PHONE_TTY_RAFFAELLO_RECOVERY + tristate "Select Samsung Phone Interface - TTY for Raffaello" + depends on SAMSUNG_PHONE_TTY + +endif # SAMSUNG_PHONE_TTY |