Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AndroidKernelGoldfish
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Werner Sembach
AndroidKernelGoldfish
Commits
b0d93fb0
Commit
b0d93fb0
authored
15 years ago
by
David 'Digit' Turner
Browse files
Options
Downloads
Patches
Plain Diff
ARM: goldfish: Add encrypted SD Card support.
Signed-off-by:
David 'Digit' Turner
<
digit@android.com
>
parent
00970746
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
arch/arm/configs/goldfish_armv7_defconfig
+8
-2
8 additions, 2 deletions
arch/arm/configs/goldfish_armv7_defconfig
arch/arm/configs/goldfish_defconfig
+8
-2
8 additions, 2 deletions
arch/arm/configs/goldfish_defconfig
with
16 additions
and
4 deletions
arch/arm/configs/goldfish_armv7_defconfig
+
8
−
2
View file @
b0d93fb0
...
...
@@ -512,7 +512,7 @@ CONFIG_HAVE_IDE=y
# CONFIG_SCSI_DMA is not set
# CONFIG_SCSI_NETLINK is not set
# CONFIG_ATA is not set
#
CONFIG_MD
is not set
CONFIG_MD
=y
CONFIG_NETDEVICES=y
# CONFIG_DUMMY is not set
# CONFIG_BONDING is not set
...
...
@@ -540,6 +540,11 @@ CONFIG_SMC91X=y
CONFIG_NETDEV_1000=y
CONFIG_NETDEV_10000=y
CONFIG_BLK_DEV_DM=y
CONFIG_DM_DEBUG=y
CONFIG_DM_CRYPT=y
CONFIG_DM_UEVENT=y
#
# Wireless LAN
#
...
...
@@ -1145,7 +1150,8 @@ CONFIG_CRYPTO_DES=y
# CONFIG_CRYPTO_SEED is not set
# CONFIG_CRYPTO_SERPENT is not set
# CONFIG_CRYPTO_TEA is not set
# CONFIG_CRYPTO_TWOFISH is not set
CONFIG_CRYPTO_TWOFISH=y
CONFIG_CRYPTO_TWOFISH_COMMON=y
#
# Compression
...
...
This diff is collapsed.
Click to expand it.
arch/arm/configs/goldfish_defconfig
+
8
−
2
View file @
b0d93fb0
...
...
@@ -509,7 +509,7 @@ CONFIG_HAVE_IDE=y
# CONFIG_SCSI_DMA is not set
# CONFIG_SCSI_NETLINK is not set
# CONFIG_ATA is not set
#
CONFIG_MD
is not set
CONFIG_MD
=y
CONFIG_NETDEVICES=y
# CONFIG_DUMMY is not set
# CONFIG_BONDING is not set
...
...
@@ -537,6 +537,11 @@ CONFIG_SMC91X=y
CONFIG_NETDEV_1000=y
CONFIG_NETDEV_10000=y
CONFIG_BLK_DEV_DM=y
CONFIG_DM_DEBUG=y
CONFIG_DM_CRYPT=y
CONFIG_DM_UEVENT=y
#
# Wireless LAN
#
...
...
@@ -1142,7 +1147,8 @@ CONFIG_CRYPTO_DES=y
# CONFIG_CRYPTO_SEED is not set
# CONFIG_CRYPTO_SERPENT is not set
# CONFIG_CRYPTO_TEA is not set
# CONFIG_CRYPTO_TWOFISH is not set
CONFIG_CRYPTO_TWOFISH=y
CONFIG_CRYPTO_TWOFISH_COMMON=y
#
# Compression
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment