OXIESEC PANEL
- Current Dir:
/
/
usr
/
src
/
linux-headers-4.15.0-213
/
drivers
/
memstick
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📄
Kconfig
609 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
Makefile
178 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📁
core
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📁
host
-
05/09/2024 07:14:16 AM
rwxr-xr-x
Editing: Kconfig
Close
# # MemoryStick subsystem configuration # menuconfig MEMSTICK tristate "Sony MemoryStick card support" help Sony MemoryStick is a proprietary storage/extension card protocol. If you want MemoryStick support, you should say Y here and also to the specific driver for your MemoryStick interface. if MEMSTICK config MEMSTICK_DEBUG bool "MemoryStick debugging" help This is an option for use by developers; most people should say N here. This enables MemoryStick core and driver debugging. source "drivers/memstick/core/Kconfig" source "drivers/memstick/host/Kconfig" endif # MEMSTICK