> ## Documentation Index
> Fetch the complete documentation index at: https://dragonwingdocs.qualcomm.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Configure storage features

Use the following storage configurations and device tree parameters for UFS and SD card functionalities.

<CardGroup cols={2}>
  <Card title="Enable UFS device feature using kernel configuration" icon="book" href="https://dragonwingdocs.qualcomm.com/System/Memory-and-Storage/configuration/enable-ufs-device">
    Lists the default values of the kernel configuration to enable UFS device.
  </Card>

  <Card title="Enable eMMC using device tree properties" icon="book" href="https://dragonwingdocs.qualcomm.com/System/Memory-and-Storage/configuration/enable-emmc">
    Lists the device tree properties to enable the eMMC functionality.
  </Card>

  <Card title="Enable SDHCI using kernel configuration" icon="book" href="https://dragonwingdocs.qualcomm.com/System/Memory-and-Storage/configuration/enable-sd-card">
    Lists the default values of kernel configuration to enable SD card functionality.
  </Card>

  <Card title="Modify UFS device power management states" icon="book" href="https://dragonwingdocs.qualcomm.com/System/Memory-and-Storage/configuration/ufs-power-management-states">
    Optimize power management by modifying UFS device states.
  </Card>

  <Card title="Modify SDHC card power management states" icon="book" href="https://dragonwingdocs.qualcomm.com/System/Memory-and-Storage/configuration/sdhc-power-management-states">
    Modify SDHC power management states to optimize power management.
  </Card>

  <Card title="Configure device using UFS parameters" icon="book" href="https://dragonwingdocs.qualcomm.com/System/Memory-and-Storage/configuration/ufs-parameters">
    Specifies the UFS host configuration parameters for configuring the device.
  </Card>

  <Card title="Configure device using SD card parameters" icon="book" href="https://dragonwingdocs.qualcomm.com/System/Memory-and-Storage/configuration/sd-card-parameters">
    Specifies the SD card parameters for configuring the device.
  </Card>

  <Card title="Configure UFS Linux kernel device tree" icon="book" href="https://dragonwingdocs.qualcomm.com/System/Memory-and-Storage/configuration/ufs-linux-device-tree">
    Specifies the parameters in SoC and platform DTSI nodes to configure the UFS Linux kernel device tree.
  </Card>

  <Card title="Configure SDHCI (eMMC and SD card internal) Linux kernel device tree" icon="book" href="https://dragonwingdocs.qualcomm.com/System/Memory-and-Storage/configuration/sdhci-linux-device-tree">
    Configure SDHCI using SoC and platform DTSI node parameters.
  </Card>

  <Card title="Provision UFS device" icon="book" href="https://dragonwingdocs.qualcomm.com/System/Memory-and-Storage/configuration/ufs-provisioning">
    Create and define LUNs on a new UFS device.
  </Card>
</CardGroup>
